home *** CD-ROM | disk | FTP | other *** search
/ Game Audio Programming / GameAudioProgramming.iso / Extras / Dolby / DISK 2 / samples / 30_sample_pcb.swf / scripts / DefineButton2_16 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-10-14  |  81 b   |  5 lines

  1. on(release){
  2.    gotoAndPlay(24);
  3.    _level0.soundswitch.gotoAndStop("on");
  4. }
  5.